home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / dns / version.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  467b  |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. MAJOR = 1
  5. MINOR = 6
  6. MICRO = 0
  7. RELEASELEVEL = 15
  8. SERIAL = 0
  9. if RELEASELEVEL == 15:
  10.     version = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
  11. elif RELEASELEVEL == 0:
  12.     version = '%d.%d.%dx%d' % (MAJOR, MINOR, MICRO, SERIAL)
  13. else:
  14.     version = '%d.%d.%d%x%d' % (MAJOR, MINOR, MICRO, RELEASELEVEL, SERIAL)
  15. hexversion = MAJOR << 24 | MINOR << 16 | MICRO << 8 | RELEASELEVEL << 4 | SERIAL
  16.